home *** CD-ROM | disk | FTP | other *** search
/ Electronics Boutique Catalog 1996 Spring / 1996 Electronics Boutique Spring CD-ROM (USA).bin / eb / 1900.dir / 00032.ls < prev    next >
Encoding:
Text File  |  1996-03-20  |  224 b   |  12 lines

  1. on moviedurationGetter
  2.   global movDurationVAR
  3.   set x to the castNum of sprite 4
  4.   set movDurationVAR to the duration of cast x
  5. end
  6.  
  7. on flagsetter
  8.   global snes1flag, snes2flag
  9.   set snes1flag to 0
  10.   set snes2flag to 0
  11. end
  12.